From 069b6ce323203674127efdafe927087d9ba0aae7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 17:43:36 +0000 Subject: [PATCH] (mark-c-function): Activate the mark. --- lisp/progmodes/c-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index a9f7e0cedef..a9aab352c7b 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -947,7 +947,7 @@ If within a string or comment, move by sentences instead of statements." (interactive) (push-mark (point)) (end-of-defun) - (push-mark (point)) + (push-mark (point) nil t) (beginning-of-defun) (backward-paragraph)) -- 2.30.2